home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
catinvaders.swf
/
scripts
/
frame_111
/
PlaceObject2_136_114
/
CLIPACTIONRECORD onClipEvent(mouseDown).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
212 b
|
8 lines
onClipEvent(mouseDown){
if(this._currentFrame < _root.Functions.lokiDeathFrame and _root.Functions.fireEnabled == 1)
{
_root.Functions.dogFire(this);
this.gotoAndPlay("lokiFire");
}
}